home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / game / role / haktar.lha / Haktar / UnPackDisk < prev    next >
Text File  |  1992-05-14  |  661b  |  28 lines

  1. .K ""
  2. echo "This script will unpack Haktar.lha to create a games disk."
  3. echo ""
  4.  
  5. ask "Do you have a blank disk ready?"
  6. if not WARN
  7.     echo "Try again when you do ..."
  8.     echo "All Done.  Click close gadget to get rid of window."
  9.     endcli
  10. endif
  11.  
  12. ask "Is floppy drive df1: free?"
  13. if not WARN
  14.     echo "You will need to do the unpacking yourself."
  15.     echo "All Done.  Click close gadget to get rid of window."
  16.     endcli
  17. endif
  18.  
  19. echo "Formatting and unpacking disk."
  20. sys:system/format drive df1: name HaktarGame noicons
  21.  
  22. echo "Extracting files from Haktar.lha..."
  23. :c/lha -mraxe x Haktar.lha HaktarGame:
  24.  
  25. echo ""
  26. echo "All Done.  Click close gadget to get rid of window."
  27. endcli
  28.